home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "EnumNumber": "Long Integer",
- "RaceName": "Text (50)",
- "RaceNameEnglish": "Text (50)",
- "RaceNameGerman": "Text (50)"
- },
- "data": [
- {
- "EnumNumber": 0,
- "RaceName": "racetype_human",
- "RaceNameEnglish": "Human",
- "RaceNameGerman": "xxxx"
- },
- {
- "EnumNumber": 1,
- "RaceName": "racetype_tauran",
- "RaceNameEnglish": "Tauran",
- "RaceNameGerman": "xxxx"
- },
- {
- "EnumNumber": 2,
- "RaceName": "racetype_basic",
- "RaceNameEnglish": "Basic",
- "RaceNameGerman": "xxxx"
- },
- {
- "EnumNumber": 3,
- "RaceName": "racetype_mental",
- "RaceNameEnglish": "Mental",
- "RaceNameGerman": "xxxx"
- }
- ]
- }